home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 706 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.9 KB  |  55 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.sprintlink.net!news1!news
  3. From: jeffl@inter-intelli.com (Jeff Lindholm)
  4. Subject: Re: VC++ 4.0 question and rantings
  5. X-Nntp-Posting-Host: inter6.inter-intelli.com
  6. Message-ID: <DKq7CC.GEI@iquest.net>
  7. Sender: news@iquest.net (News Admin)
  8. Organization: IQuest Internet, Inc.
  9. X-Newsreader: Forte Free Agent 1.0.82
  10. References: <4cfacc$m8b@itnews.sc.intel.com>
  11. Date: Fri, 5 Jan 1996 20:51:51 GMT
  12.  
  13. Well I do somewhat the samething. I don't use the class wizard to do
  14. much except fill in the messages for me initially. I then remove all
  15. the extra comments (and will have to add all the exta 'free' stuff by
  16. hand from there on out). I do this because after I looked through the
  17. code I understood what the constructs where and how they were used, so
  18. using Microsoft to generate the busy work I know I am going to need I
  19. can get away with this. This means I now have a class wizard database
  20. and don't have the problem you state. You may want to try this
  21. approach.
  22.  
  23. This of course won't work as well if you are doing all your make files
  24. from scratch.
  25. I think I rambled enough.
  26. Jeff
  27.  
  28. Eric Minor <EricX_Minor@ccm.sc.intel.com> wrote:
  29.  
  30.  
  31.  
  32. >1)  Relying on the wizards to generate the code removes me too
  33. >    far from the knowledge of what is making the code run.
  34. >    Some human needs to understand the inner workings of the
  35. >    underlying code otherwise any decent sized project becomes an
  36. >    unmaintainable morass of mystery code (IMO).  (Sidebar:  ThatÆs
  37. >    kind of my complaint against 4GL tools also:  Do they abstract
  38. >    the developer too far away from the knowledge of what lies
  39. >    beneath?  And no I donÆt recommend going back to assembler :^) )
  40.  
  41. >2)  I like my code clean and neat.  If you use wizards, they must
  42. >    necessarily junk up the code with extraneous commenting that
  43. >    helps them to keep track of everything (sections for handler
  44. >    functions, virtual functions, etc.)
  45.  
  46. [snip]
  47.  
  48. >Thanks,
  49.  
  50. >Eric Minor
  51.  
  52.  
  53.  
  54.